home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 October
/
Software of the Month - Ultimate Collection Shareware 277.iso
/
pc
/
PROGRAMS
/
UTILITY
/
WINLINUX
/
DATA1.CAB
/
programs_-_include
/
NET
/
IPCONFIG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-17
|
444b
|
22 lines
/*
* $Id: ipconfig.h,v 1.3 1999/01/04 20:13:29 davem Exp $
*
* Copyright (C) 1997 Martin Mares
*
* Automatic IP Layer Configuration
*/
extern __u32 root_server_addr;
extern u8 root_server_path[];
extern u32 ic_myaddr;
extern u32 ic_servaddr;
extern u32 ic_gateway;
extern u32 ic_netmask;
extern int ic_enable;
extern int ic_host_name_set;
extern int ic_set_manually;
extern int ic_proto_enabled;
#define IC_BOOTP 1
#define IC_RARP 2